runtime.pollDesc.wseq (field)
7 uses
runtime (current package)
netpoll.go#L104: wseq uintptr // protects from stale write timers
netpoll.go#L232: pd.wseq++
netpoll.go#L374: pd.wt.seq = pd.wseq
netpoll.go#L378: pd.wseq++ // invalidate current timers
netpoll.go#L380: modtimer(&pd.wt, pd.wd, 0, netpollWriteDeadline, pd.makeArg(), pd.wseq)
netpoll.go#L412: pd.wseq++
netpoll.go#L567: currentSeq = pd.wseq
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)